메인 콘텐츠로 건너뛰기
PATCH
/
audiences
/
attributes
Update an audience attribute
curl --request PATCH \
  --url https://your_a2_service/audiences/attributes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "visibility": "public",
  "created_at": "2023-11-07T05:31:56Z",
  "deprecated": false,
  "description": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}
'
{
  "code": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "no": 123,
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "value_count": 123,
  "visibility": "public",
  "created_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

본문

application/json

오디언스 속성 수정 스키마

code
string
필수

속성 식별 코드

AudienceSegment, Audience의 속성 키로 사용

Required string length: 1 - 32
Pattern: ^[a-z-]+$
id
string<uuid>
필수
name
string
필수

속성 이름

owner_id
string<uuid>
필수

소유자 ID

visibility
enum<string>
필수

공개 범위

사용 가능한 옵션:
public,
private
created_at
string<date-time> | null

생성 일시

deprecated
boolean
기본값:false
description
string | null

속성 설명

updated_at
string<date-time> | null

변경 일시

응답

Successful Response

오디언스 속성 조회 스키마

code
string
필수

속성 식별 코드

AudienceSegment, Audience의 속성 키로 사용

Required string length: 1 - 32
Pattern: ^[a-z-]+$
id
string<uuid>
필수
name
string
필수

속성 이름

no
integer
필수
owner_id
string<uuid>
필수

소유자 ID

value_count
integer
필수

속성 가능 값의 수

visibility
enum<string>
필수

공개 범위

사용 가능한 옵션:
public,
private
created_at
string<date-time> | null

생성 일시

description
string | null

속성 설명

updated_at
string<date-time> | null

변경 일시